How to prevent popup window focus steal? [closed]

asked 2013-06-27 05:25:47 +0000

sergej gravatar image

updated 2013-06-27 05:27:02 +0000

I'm using IntelliJ Idea development environment. When I open method list and point to some lengthy method definition Idea creates small popup that shows the part of method signature that didn't fit into parent window. See screenshot at i.imgur.com/KswttNd.png , popup outlined with red circle (sorry for plaintext link, my newbie carma doesn't allow links).

The problem is that this small popup steals focus from main Idea window and Idea closes whole method list window as a result of it. Is there any way to prevent focus steal in such cases (or at all)?

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by Michael
close date 2013-06-27 06:19:47.600563

Comments